home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / src / forms / FORMS / INCLUDE / free.h < prev    next >
Text File  |  1994-08-01  |  498b  |  24 lines

  1. /************   Object Class: Free         ************/
  2.  
  3. /***** Class    *****/
  4.  
  5. #define FL_FREE            101
  6.  
  7. /***** Types    *****/
  8.  
  9. #define FL_NORMAL_FREE        1
  10. #define FL_SLEEPING_FREE    2
  11. #define FL_INPUT_FREE        3
  12. #define FL_CONTINUOUS_FREE    4
  13. #define FL_ALL_FREE        5
  14.  
  15. /***** Defaults *****/
  16.  
  17. /***** Others   *****/
  18.  
  19. /***** Routines *****/
  20.  
  21. FL_OBJECT     *fl_create_free(int, float, float, float, float, char [], FL_HANDLEPTR);
  22. FL_OBJECT     *fl_add_free(int, float, float, float, float, char [], FL_HANDLEPTR);
  23.  
  24.